Problem Note 60242: Errors occur when SAS® Compliance Solution is configured to use SAS® Metadata Server clusters and SAS® Stored Processes are called in the background
When SAS Compliance Solution is configured to use SAS® Metadata Server clusters, you might encounter errors when you use some functionality in the solution that calls SAS® Stored Processes in the background.
For example, you might see the following error messages from the stored-process log when you import prep data-set information using Scenario Administrator in SAS Compliance Solution.
NOTE: Line generated by the macro variable "KCAUTHDOMAIN".
693 "Knowledge Center
_________________
52
ERROR: Libref DB_KC is not assigned.
ERROR: Error in the LIBNAME statement.
ERROR: Libref DB_KC is not assigned.
ERROR: Execution canceled by an %ABORT CANCEL statement.
The workaround is to modify both the ecm_autoexec.sas and fcf_autoexec.sas files by removing the section of the code that describes the metadata server information.
For the ecm_autoexec.sas file:
- Open the ecm_autoexec.sas file, which resides in SAS-configuration-directory\Lev1\Applications\SASEnterpriseCaseManagement\Source\control\.
- Remove the following OPTIONS statement in the ecm_autoexec.sas.file:
options metaserver="host-name" metaport=port-number metarepository="Foundation";
For the fcf_autoexec.sas file:
- Open the fcf_autoexec.sas file, which resides in SAS-configuration-directory\Lev1\Applicatons\SASComplianceSolutions\custom\config\.
- Remove the following statements in the fcf_autoexec.sas file:
%let metaserver="host-name";
%let metaport=port-number;
%let metarepository="Foundation";
options metaserver=&metaserver
metaport=&metaport
metaprotocol=bridge metarepository=&metarepository;
Operating System and Release Information
SAS System | SAS Compliance Solutions | Linux for x64 | 6.31 | 7.1 | 9.4 TS1M3 | 9.4 TS1M3 |
64-bit Enabled Solaris | 6.31 | 7.1 | 9.4 TS1M3 | 9.4 TS1M3 |
64-bit Enabled AIX | 6.31 | 7.1 | 9.4 TS1M3 | 9.4 TS1M3 |
Microsoft® Windows® for x64 | 6.31 | 7.1 | 9.4 TS1M3 | 9.4 TS1M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2017-04-13 09:50:07 |
Date Created: | 2017-04-03 15:49:33 |